geany_dlang ~master (2022-04-10T03:23:54.8738792)
Dub
Repo
SCNotification
geany_d_binding
scintilla
Scintilla
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
extern (
System
) @
nogc
nothrow
struct
SCNotification {
Sci_NotifyHeader
nmhdr
;
Sci_Position
position
;
int
ch
;
int
modifiers
;
int
modificationType
;
const
(
char
)*
text
;
Sci_Position
length
;
Sci_Position
linesAdded
;
int
message
;
uptr_t
wParam
;
sptr_t
lParam
;
Sci_Position
line
;
int
foldLevelNow
;
int
foldLevelPrev
;
int
margin
;
int
listType
;
int
x
;
int
y
;
int
token
;
Sci_Position
annotationLinesAdded
;
int
updated
;
int
listCompletionMethod
;
}
Members
Variables
annotationLinesAdded
Sci_Position
annotationLinesAdded
;
Undocumented in source.
ch
int
ch
;
Undocumented in source.
foldLevelNow
int
foldLevelNow
;
Undocumented in source.
foldLevelPrev
int
foldLevelPrev
;
Undocumented in source.
lParam
sptr_t
lParam
;
Undocumented in source.
length
Sci_Position
length
;
Undocumented in source.
line
Sci_Position
line
;
Undocumented in source.
linesAdded
Sci_Position
linesAdded
;
Undocumented in source.
listCompletionMethod
int
listCompletionMethod
;
Undocumented in source.
listType
int
listType
;
Undocumented in source.
margin
int
margin
;
Undocumented in source.
message
int
message
;
Undocumented in source.
modificationType
int
modificationType
;
Undocumented in source.
modifiers
int
modifiers
;
Undocumented in source.
nmhdr
Sci_NotifyHeader
nmhdr
;
Undocumented in source.
position
Sci_Position
position
;
Undocumented in source.
text
const
(
char
)*
text
;
Undocumented in source.
token
int
token
;
Undocumented in source.
updated
int
updated
;
Undocumented in source.
wParam
uptr_t
wParam
;
Undocumented in source.
x
int
x
;
Undocumented in source.
y
int
y
;
Undocumented in source.
Meta
Source
See Implementation
geany_d_binding
scintilla
Scintilla
enums
Msg
Sc
Sci
structs
SCNotification
Sci_NotifyHeader